home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / TOOLBARS / SPLITBAR / README.TXT next >
Text File  |  1996-06-24  |  1KB  |  28 lines

  1.    WARNING! THE CODE IS PROVIDED AS IS WITH NO GUARANTEES OF ANY KIND!
  2.    USE THIS AT YOUR OWN RISK - YOU ARE THE ONLY PERSON RESPONSIBLE FOR
  3.    ANY DAMAGE THIS CODE MAY CAUSE - YOU HAVE BEEN WARNED!
  4.  
  5.  
  6.    SplitBar component for Delphi
  7.  
  8.    Install this unit as a component and you can use whenever
  9.    you're in need of one or more panels that have to be resized.
  10.    Click on the bar and drag it around and it will resize the
  11.    underlying control.
  12.    The bar works like a panel so it has all the properties you
  13.    know from TPanel.
  14.  
  15.    Added properties are:
  16.    - SplitOrientation: Choose spHorizontal if you want to split
  17.      the underlying control horizontally and spVertical for vertical
  18.      splitting. Sorry for the confusion but I choose the identifiers
  19.      as meaningful as Borlands Cursor property: You'll have a HSplit
  20.      cursor when using spHorizontal splitting.
  21.    - MinOffset/MaxOffset: If you don't want the underlying panel to be
  22.      resized to the whole window.
  23.  
  24.    This software is free.
  25.  
  26.      (c) 01-06/1996 by Guido Schoepp
  27.    email: gus@abo.rhein-zeitung.de
  28.